home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3ialatt.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.5 KB  |  62 lines

  1.  
  2. // JavaScript wrapper for r3ialatt.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IALATTICE_H = 1;
  7. include("real/intact/r3iarect.js")
  8. include("oops/r3vector.js")
  9. include("real/objects/r3lattic.js")
  10.  
  11.  
  12. var R3CLID_IALATTICE = 224;
  13.  
  14.  
  15.  
  16.  
  17. var R3IALATTA_Points = 224500; // r3Vect4
  18. R3IALATTA_CountU = 224501;
  19. function SetR3IALATTA_CountU(value) {
  20.   R3Set(this.r3obj, R3IALATTA_CountU, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3IALATTA_CountU() {
  24.   return R3Get(this.r3obj, R3IALATTA_CountU, R3TID_INTEGER, 0); 
  25. }
  26.  
  27. R3IALATTA_CountV = 224502;
  28. function SetR3IALATTA_CountV(value) {
  29.   R3Set(this.r3obj, R3IALATTA_CountV, value, R3TID_INTEGER, 0); 
  30. }
  31.  
  32. function GetR3IALATTA_CountV() {
  33.   return R3Get(this.r3obj, R3IALATTA_CountV, R3TID_INTEGER, 0); 
  34. }
  35.  
  36. R3IALATTA_CountW = 224503;
  37. function SetR3IALATTA_CountW(value) {
  38.   R3Set(this.r3obj, R3IALATTA_CountW, value, R3TID_INTEGER, 0); 
  39. }
  40.  
  41. function GetR3IALATTA_CountW() {
  42.   return R3Get(this.r3obj, R3IALATTA_CountW, R3TID_INTEGER, 0); 
  43. }
  44.  
  45.  
  46.  
  47. function r3Ialattice () { 
  48.    this.base = r3God;
  49.    if(arguments.length) {
  50.       this.base(R3CLID_IALATTICE, arguments);
  51.    }
  52.    // Attributes
  53.    this.GetCountU=GetR3IALATTA_CountU;
  54.    this.SetCountU=SetR3IALATTA_CountU;
  55.    this.GetCountV=GetR3IALATTA_CountV;
  56.    this.SetCountV=SetR3IALATTA_CountV;
  57.    this.GetCountW=GetR3IALATTA_CountW;
  58.    this.SetCountW=SetR3IALATTA_CountW;
  59. }
  60.  
  61. r3Ialattice.prototype=new r3Iarectangle;
  62. // r3ialatt.h_H